(table-command-prefix): Fix type.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 5 Sep 2002 18:41:24 +0000 (18:41 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 5 Sep 2002 18:41:24 +0000 (18:41 +0000)
lisp/textmodes/table.el

index 3390795bcebf1a198cc84d2541186b423af61f01..1406089b2ed37043d4fa15fd96d7ee157ad77a3f 100644 (file)
@@ -672,7 +672,7 @@ height."
 
 (defcustom table-command-prefix [(control c) (control c)]
   "*Key sequence to be used as prefix for table command key bindings."
-  :type '((vector (list symbol) symbol))
+  :type '(vector (repeat :inline t sexp))
   :tag "Table Command Prefix"
   :group 'table)